home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / fcfgw40s.zip / PROPFI~2.H < prev    next >
C/C++ Source or Header  |  1996-04-17  |  889b  |  43 lines

  1. // PropFileFlag.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CPropFileFlag dialog
  6.  
  7. class CPropFileFlag : public CPropertyPage
  8. {
  9.     DECLARE_DYNCREATE(CPropFileFlag)
  10.  
  11. // Construction
  12. public:
  13.     CPropFileFlag();
  14.     ~CPropFileFlag();
  15.  
  16. // Dialog Data
  17.     //{{AFX_DATA(CPropFileFlag)
  18.     enum { IDD = IDD_PROP_FILE_FLAGS };
  19.     BOOL    m_CDROM;
  20.     BOOL    m_Free;
  21.     BOOL    m_Tops;
  22.     int        m_MaxFiles;
  23.     int        m_MaxBytes;
  24.     //}}AFX_DATA
  25.  
  26.  
  27. // Overrides
  28.     // ClassWizard generate virtual function overrides
  29.     //{{AFX_VIRTUAL(CPropFileFlag)
  30.     protected:
  31.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32.     //}}AFX_VIRTUAL
  33.  
  34. // Implementation
  35. protected:
  36.     // Generated message map functions
  37.     //{{AFX_MSG(CPropFileFlag)
  38.         // NOTE: the ClassWizard will add member functions here
  39.     //}}AFX_MSG
  40.     DECLARE_MESSAGE_MAP()
  41.  
  42. };
  43.